github.com/klauspost/compress/zstd.frameHeader.SingleSegment (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		decodeheader.go#L256: 		SingleSegment: h.SingleSegment,
		enc_jobs.go#L291: 			SingleSegment: false,
		encoder.go#L324: 			SingleSegment: false,
		encoder.go#L738: 				SingleSegment: true,
		encoder.go#L763: 		SingleSegment: single,
		frameenc.go#L18: 	SingleSegment bool
		frameenc.go#L31: 	if f.SingleSegment {
		frameenc.go#L66: 	if !f.SingleSegment {
		frameenc.go#L76: 		if f.SingleSegment {